home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.dis = 2;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even1 == 1)
- {
- _root.sfx.gotoAndStop(3);
- _root.even1 = 2;
- _root.take = 10;
- _root.next_dis1 = 2;
- _root.next_txt1 = "These papers seem useless but I\'ll hold onto them anyway.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hmm you dont know what you\'ll find in these lockers around here. It\'d be best to look first";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even1 == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'ve removed everything I\'ll need from here.";
- }
- else
- {
- _root.sfx.gotoAndStop(3);
- _root.even1 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "There are some papers in here and a nice paper clip.";
- }
- }
- }
- }
-